home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Cl… (Business) 1997 November / Software of the Month Club - Business Shareware (Volume 243) (November 1997).iso / dos / biz / EasyPlan / EP.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-06-12  |  3.2 KB  |  85 lines

  1. @echo off
  2. cls
  3. echo.
  4. if %1. == . goto ERR1
  5. echo.
  6. echo          ╔════════════════════════════════════╗
  7. echo          ║  Please wait while EASI-PLAN loads ║
  8. echo          ╚════════════════════════════════════╝
  9. echo.
  10. if exist vm.tmp del vm.tmp
  11. echo.
  12. if exist slashs.tmp del slashs.tmp
  13. echo.
  14. easi plan %1
  15. goto END
  16. :ERR1
  17. echo                  HOW TO LOAD EASI-PLAN Pro
  18. echo                  =========================
  19. echo.
  20. echo  This three-page note explains how to load EASI-PLAN Pro.
  21. echo.
  22. echo. The correct syntax for loading EASI-PLAN is as follows:
  23. echo.
  24. echo                     EP▒{path}filename   
  25. echo.   
  26. echo  ▒ indicates a single blank space to be entered immediately after EP.
  27. echo.
  28. echo  If all EASI-PLAN's files reside on the same disk/directory, you
  29. echo  do not need to specify any path. 
  30. echo.
  31. echo  'filename' refers to a file containing a set of EASI-PLAN assumptions.
  32. echo  Whenever a new set of assumptions are saved by EASI-PLAN, you
  33. echo  must give this set a new file name (maximum of 8 characters). A file
  34. echo  extension (.ASS) will be automatically added to this name.
  35. echo.
  36. echo.
  37. pause
  38. cls
  39. echo.
  40. echo                                                           (2 of 3)
  41. echo.
  42. echo  If you are using a Hercules monitor, you should run the supplied
  43. echo  program, MSHERC, immediately before loading EASI-PLAN.
  44. echo.
  45. echo  If you intend to print any of EASI-PLAN's graphs using the DOS
  46. echo  Graphics utility, you should run it before loading EASI-PLAN.
  47. echo  Refer to the DOS Manual for details of the options available
  48. echo  with Graphics. 
  49. echo.
  50. echo  If it takes several minutes to load EASI-PLAN or if it completely fails
  51. echo  to load (i.e. hangs), this is most likely caused by (a) insufficient
  52. echo  conventional/expanded memory {1mb is needed} or (b) lack of space
  53. echo  on the hard disk to enable EASI-PLAN to automatically create some 
  54. echo  'virtual' memory. For guidance on resolving these problems, refer to
  55. echo  the README file on the supplied Product Disk.
  56. echo.
  57. echo.   
  58. pause
  59. cls
  60. echo.
  61. echo                                                            (3 of 3)
  62. echo.
  63. echo  EASI-PLAN Pro has been supplied with a set of specimen assumptions
  64. echo  contained in a file called MASTER.ASS. To load this file, enter
  65. echo  the following command line at the EASIP3 prompt:
  66. echo.
  67. echo                         EP▒MASTER
  68. echo.
  69. echo  If, in the future, you can't remember the name of a particular file, 
  70. echo  type "EP▒X", press RETURN to skip the 'File does not exist' message 
  71. echo  and then use the cursor keys to select the required file from the 
  72. echo  displayed list.
  73. echo.
  74. echo  To create a completely new model, you must first load an existing
  75. echo  model (preferably one already set up with appropriate printer strings
  76. echo  etc.); then remove all its existing monthly and quarterly assumptions 
  77. echo  (using options within the Initialise submenu); and, finally, save this 
  78. echo  'empty' model with a new name. You can then proceed to enter basic
  79. echo  data, assumptions etc. If you regularly build 'new' models, you could
  80. echo  retain a copy of the 'empty' model for future use.
  81. echo.
  82. echo                      *** MESSAGE ENDS ***
  83. goto END
  84. :END
  85.